home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / doshelp.arc / CHKDSK.TXT < prev    next >
Encoding:
Text File  |  1985-03-27  |  1.1 KB  |  24 lines

  1. <<<<<<<<<<<<<<<<<<<   CHKDSK  ...  CHECK DISK   >>>>>>>>>>>>>>>>>>>>>>
  2.  
  3. PURPOSE:  Analyzes the directories and the File Allocation Table on a
  4. disk and produces a disk and memory status report.
  5.  
  6. ;    CHKDSK              ..   Analyzes the default drive's disk.
  7.  
  8. ;    CHKDSK B:           ..   Analyzes the disk on Drive B.
  9.  
  10. ;    CHKDSK ANALYSIS.WKS ..   Displays the number of non-contiguous
  11. ;                             areas occupied by ANALYSIS.WKS.  If
  12. ;                             there are a lot of non-contiguous areas
  13. ;                             (1) COPY the file to a backup disk ...
  14. ;                             (2) ERASE the original file ... and
  15. ;                             (3) reCOPY the file from the backup
  16. ;                             disk to the original disk.
  17.  
  18. ;    CHKDSK /F           ..   The /F corrects errors found in the 
  19. ;                             directory or file allocation table.
  20.  
  21. ;    CHKDSK /V           ..   The /V informs CHKDSK to display a
  22. ;                             series of progress reports.
  23. ###
  24.